home *** CD-ROM | disk | FTP | other *** search
/ Champak 146 / (Vol 146) Jan 07 2012.iso / Games / sheep_escape.swf / scripts / frame_17 / DoAction.as
Encoding:
Text File  |  2012-01-07  |  311 b   |  11 lines

  1. setProperty("_root.sheepmc", _visible, "1");
  2. _root.sheepmc.gotoAndStop("start");
  3. _root.dartbuttonMC.duplicateMovieClip("dartbutton",85);
  4. _root.alertMC.duplicateMovieClip("alert",90);
  5. _root.score = 0;
  6. _root.level = 1;
  7. _root.prelevel = 0;
  8. _root.green_light = "n";
  9. _root.firstSound.start(0,999);
  10. stop();
  11.